FlexReport for WinForms
Clone メソッド (BrickCollection<TItem>)


C1.Report.4.6.2 アセンブリ > C1.Report.Rendering 名前空間 > BrickCollection<TItem> クラス : Clone メソッド
The parent for items in the created collection.
Creates copy of collection.
シンタックス
'宣言
 
Public Function Clone( _
   ByVal parent As BrickBase _
) As BrickCollection(Of TItem)
'使用法
 
Dim instance As BrickCollection(Of TItem)
Dim parent As BrickBase
Dim value As BrickCollection(Of TItem)
 
value = instance.Clone(parent)
public BrickCollection<TItem> Clone( 
   BrickBase parent
)

パラメータ

parent
The parent for items in the created collection.

戻り値の型

The copy of this collection.
参照

参照

BrickCollection<TItem> クラス
BrickCollection<TItem> メンバ